home *** CD-ROM | disk | FTP | other *** search
- Path: hamlet.uncg.edu!q_zhong
- From: "QIAN . ZHONG" <q_zhong@hamlet.uncg.edu>
- Newsgroups: comp.lang.c++
- Subject: Overload subscript [] global for all types
- Date: Tue, 20 Feb 1996 22:23:07 -0500
- Organization: The University of North Carolina at Greensboro
- Message-ID: <Pine.SOL.3.91.960220221810.17026A-100000@hamlet.uncg.edu>
- NNTP-Posting-Host: hamlet.uncg.edu
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
-
-
- Hi, folks:
-
- What is the simplest way to overload subscript [] for all type, I want
- add bounds check to every array ( char, int, struct, class ) in my program,
- how can I do it ?
-
- How to overload *, unary operator too.
-
- Any suggestion ? Please reply me in mail, this is important to me, I do not
- want to miss your valuable reply.
-
-
- Qian Zhong
- Department of Chemistry.
- UNC, Greensboro
- Email: q_zhong@hamlet.uncg.edu
-
-
-